Package com.cisco.pt.ipc.ui.impl
Class GeoViewImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.GeoViewImpl
Information provided by the PKI file:
\class GeoView
\brief GeoView handles and manipulates the Physical Workspace excluding the wiring closet.
\example appWindow().getActiveWorkspace().getGeoView()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionGeoViewImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidcenterOn(double dx, double dy) voidcenterOnGeoIconByName(String name) findGeoIconByDeviceName(String devName) getGeoIconByName(String name) getPhyObjForDevName(String name) voidsetVisible(boolean bVisible) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
GeoViewImpl
public GeoViewImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setVisible
public void setVisible(boolean bVisible) Information provided by the PKI file:
\brief Shows or hides this widget from view. \param bVisible, true to show this widget, false to hide it.- Specified by:
setVisiblein interfaceGeoView- Parameters:
bVisible- Takes in a parameter of bVisible
-
findGeoIconByDeviceName
- Specified by:
findGeoIconByDeviceNamein interfaceGeoView- Parameters:
devName- Takes in a parameter of devName- Returns:
- GeoIcon Returns a GeoIcon
-
findGeoIconContainerInCurrentViewByDeviceName
- Specified by:
findGeoIconContainerInCurrentViewByDeviceNamein interfaceGeoView- Parameters:
devName- Takes in a parameter of devName- Returns:
- GeoIcon Returns a GeoIcon
-
findGeoIconByPhysicalObjectName
- Specified by:
findGeoIconByPhysicalObjectNamein interfaceGeoView- Parameters:
name- Takes in a parameter of name- Returns:
- GeoIcon Returns a GeoIcon
-
getGeoIconByName
- Specified by:
getGeoIconByNamein interfaceGeoView- Parameters:
name- Takes in a parameter of name- Returns:
- GeoIcon Returns a GeoIcon
-
getPhyObjForDevName
- Specified by:
getPhyObjForDevNamein interfaceGeoView- Parameters:
name- Takes in a parameter of name- Returns:
- PhysicalObject Returns a PhysicalObject
-
centerOn
public void centerOn(double dx, double dy) -
centerOnGeoIconByName
- Specified by:
centerOnGeoIconByNamein interfaceGeoView- Parameters:
name- Takes in a parameter of name
-